Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
date_parse_from_format
date_parse_from_format
Get information about a given date formatted according to the specified format
Name:
date_parse_from_format
Category:
Date and time
Programming Language:
php
One-line Description:
Returns an associative array with detailed information about the specified date according to the specified format.
Related
Building High-Quality PHP Applications: Best Practices and Coding Standards
9
How to get the result of a merged query using PDOStatement::rowCount
1
Custom extension get_client_version supports more client information
7
The Impact of Iteration Count (Iterations) in the hash_pbkdf2 Function on Security
5
Similar Functions
strtotime
strtotime
ParsesanyEnglishtext
timezone_location_get
timezone_location_get
AliasforDateTimeZo
date_sunset
date_sunset
Returnsthesunsettime
timezone_name_get
timezone_name_get
AliasforDateTimeZo
date_timestamp_set
date_timestamp_set
AliasforDateTime::
timezone_identifiers_list
timezone_identifiers_list
AliasforDateTimeZo
timezone_version_get
timezone_version_get
Gettheversionoftimez
mktime
mktime
GetaUnixtimestampfor
Popular Articles